Метод | Описание | |
---|---|---|
getApplicationAuthKey ( ) : string | Get OneSignal application authentication key. | |
getApplicationId ( ) : string | Get OneSignal application id. | |
getUserAuthKey ( ) : string | Get user authentication key. | |
setApplicationAuthKey ( string $applicationAuthKey ) | Set OneSignal application authentication key. | |
setApplicationId ( string $applicationId ) | Set OneSignal application id. | |
setUserAuthKey ( string $userAuthKey ) | Set user authentication key. |
public getApplicationAuthKey ( ) : string | ||
Результат | string |
public getApplicationId ( ) : string | ||
Результат | string |
public getUserAuthKey ( ) : string | ||
Результат | string |
public setApplicationAuthKey ( string $applicationAuthKey ) | ||
$applicationAuthKey | string |
public setApplicationId ( string $applicationId ) | ||
$applicationId | string |
public setUserAuthKey ( string $userAuthKey ) | ||
$userAuthKey | string |