Inherits from NSObject
Conforms to STWService
STWServiceWithViewController
Declared in StrawServiceToast.h
StrawServiceToast.m

Overview

StrawServiceToast is Straw Service class to show Toast UI component on the screen.

Instance Methods

toast:withContext:

Toast (like Toast in Android) a message.

- (void)toast:(NSDictionary *)params withContext:(id<STWServiceCallContext>)context

Parameters

params

Straw Service call params. The value on @“text” key will be toasted on the screen.

context

Straw Service call context of execution. Not used.

Discussion

Toast (like Toast in Android) a message.

Declared In

StrawServiceToast.h